All Questions
3 questions
3votes
1answer
85views
Structuring user story tests with variations
I'm writing the sort of tests which go through a whole user scenario e.g. User clicks "edit profile" User edits their name etc. However, I find myself needing often needing to test small ...
-2votes
2answers
77views
How do I model all the different states of a widget for testing?
Say I am a QA person so I have no control over the complexity of the code in the following example. I have a datatable widget with many different filtering and searching options. All the columns on ...
2votes
4answers
635views
How should I manage test data in my functional tests?
I am writing automated functional tests for my application. To interact with the application, I use the SQL database to retrieve data and validate data. The main challenge that I am facing is ...